home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / pc / program / ad / mod03 / vmapp / 00003.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  127 b   |  9 lines

  1. on mouseUp
  2.   puppetSound("leftdef.S")
  3.   updateStage()
  4.   repeat while soundBusy(1)
  5.   end repeat
  6.   puppetSound(0)
  7.   go("M5")
  8. end
  9.